home *** CD-ROM | disk | FTP | other *** search
- #include <stdlib.h>
-
- #define LEFT 0
- #define RIGHT 1
- #define UP 2
- #define DOWN 3
- #define SPEEDUP 4
- #define SPEEDDOWN 5
-
- typedef struct
- {
- HINSTANCE hInstance;
- HINSTANCE hPrevInst;
- int cmdShow;
-
- } WINAPP;
-
- int Heartbeat();
- int SetupData();
- LRESULT CALLBACK _export WndProc(HWND, UINT, WPARAM, LPARAM);
-